* .gdbinit: Read global lisp variables as globals.f_V*.
authorJan D. <jan.h.d@swipnet.se>
Sun, 30 Jan 2011 18:36:12 +0000 (19:36 +0100)
committerJan D. <jan.h.d@swipnet.se>
Sun, 30 Jan 2011 18:36:12 +0000 (19:36 +0100)
src/.gdbinit
src/ChangeLog

index 3d8aa5c1ec2123a0338dca712fce25f22e058c6d..3072dc956b906a8ac7c837829ae1f22b85653c48 100644 (file)
@@ -1315,7 +1315,7 @@ show environment DISPLAY
 show environment TERM
 
 # People get bothered when they see messages about non-existent functions...
-xgetptr Vsystem_type
+xgetptr globals.f_Vsystem_type
 # $ptr is NULL in temacs
 if ($ptr != 0)
   set $tem = (struct Lisp_Symbol *) $ptr
@@ -1340,7 +1340,7 @@ end
 tbreak init_sys_modes
 commands
   silent
-  xgetptr Vinitial_window_system
+  xgetptr globals.f_Vinitial_window_system
   set $tem = (struct Lisp_Symbol *) $ptr
   xgetptr $tem->xname
   set $tem = (struct Lisp_String *) $ptr
index 3ce306f886d3ece4512d4a3520e940b0b6662702..d8c0c06ea348125ef12dcb33c4360b6cdd3b633a 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-30  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * .gdbinit: Read global lisp variables as globals.f_V*.
+
 2011-01-30  Andreas Schwab  <schwab@linux-m68k.org>
 
        * font.c (PROP_MATCH): Remove parameter N and use strlen instead.